adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetObjects Method / GetObjects(OID[]) Method

In This Topic
    GetObjects(OID[]) Method
    In This Topic
    Gets the objects with the specified OIDs.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetObjects( _
       ByVal ParamArray OIDs() As OID _
    ) As ADTObjectCollection
    public ADTObjectCollection GetObjects( 
       params OID[] OIDs
    )

    Parameters

    OIDs

    Return Value

    The requested object.
    Remarks
    Any invalid OIDs or objects for which the caller does not have permission are silently ignored.
    See Also